home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / lawn.zip / RESET.X10 < prev    next >
Text File  |  1991-07-08  |  1KB  |  37 lines

  1. #----------------------------------------------------------------------------
  2. # This file is reloaded into the X10 every Sunday, so that XA can
  3. # recalculate sunrise/sunset & reprogram the appropriate events
  4. # automatically as sunrise/sunset times change from week to week.
  5. #----------------------------------------------------------------------------
  6.  
  7. #synchronize pc
  8. #synchronize x10
  9. latitude 42d30m
  10. longitude 71d30m
  11. #timezone 5
  12. # Use the next line during daylight savings (First Sun/Apr - Last Sun/Oct)
  13. timezone 4
  14.  
  15. define remote1 a1
  16. define lamp_post a2
  17. define rear_floods a3
  18. define bean_lamp a4
  19. #define front_floods a5
  20. define computer a8
  21. define remote2 a9
  22.  
  23. computer on weekend time 4:00 am
  24. computer on weekday time 7:00 am
  25.  
  26. lamp_post dim 50 everyday sunset offset 30
  27. lamp_post dim 75 everyday time 9:00 pm
  28. lamp_post off everyday time 12:00 am
  29. #lamp_post off everyday sunrise
  30.  
  31. rear_floods dim 50 everyday sunset offset 30
  32. #rear_floods dim 40 everyday time 9:00 pm
  33. rear_floods dim 30 everyday time 10:00 pm
  34. rear_floods off everyday sunrise offset -30
  35. #rear_floods off everyday time 12:00 am
  36.  
  37.